3.15.97 \(\int \frac {(2+3 x)^2 (3+5 x)}{(1-2 x)^3} \, dx\)

Optimal. Leaf size=38 \[ -\frac {45 x}{8}-\frac {707}{16 (1-2 x)}+\frac {539}{32 (1-2 x)^2}-\frac {309}{16} \log (1-2 x) \]

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 38, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {77} \begin {gather*} -\frac {45 x}{8}-\frac {707}{16 (1-2 x)}+\frac {539}{32 (1-2 x)^2}-\frac {309}{16} \log (1-2 x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((2 + 3*x)^2*(3 + 5*x))/(1 - 2*x)^3,x]

[Out]

539/(32*(1 - 2*x)^2) - 707/(16*(1 - 2*x)) - (45*x)/8 - (309*Log[1 - 2*x])/16

Rule 77

Int[((a_.) + (b_.)*(x_))*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegran
d[(a + b*x)*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && NeQ[b*c - a*d, 0] && ((ILtQ[
n, 0] && ILtQ[p, 0]) || EqQ[p, 1] || (IGtQ[p, 0] && ( !IntegerQ[n] || LeQ[9*p + 5*(n + 2), 0] || GeQ[n + p + 1
, 0] || (GeQ[n + p + 2, 0] && RationalQ[a, b, c, d, e, f]))))

Rubi steps

\begin {align*} \int \frac {(2+3 x)^2 (3+5 x)}{(1-2 x)^3} \, dx &=\int \left (-\frac {45}{8}-\frac {539}{8 (-1+2 x)^3}-\frac {707}{8 (-1+2 x)^2}-\frac {309}{8 (-1+2 x)}\right ) \, dx\\ &=\frac {539}{32 (1-2 x)^2}-\frac {707}{16 (1-2 x)}-\frac {45 x}{8}-\frac {309}{16} \log (1-2 x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 34, normalized size = 0.89 \begin {gather*} \frac {1}{32} \left (\frac {360 x^2+2468 x-785}{(1-2 x)^2}-180 x-618 \log (1-2 x)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((2 + 3*x)^2*(3 + 5*x))/(1 - 2*x)^3,x]

[Out]

(-180*x + (-785 + 2468*x + 360*x^2)/(1 - 2*x)^2 - 618*Log[1 - 2*x])/32

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(2+3 x)^2 (3+5 x)}{(1-2 x)^3} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[((2 + 3*x)^2*(3 + 5*x))/(1 - 2*x)^3,x]

[Out]

IntegrateAlgebraic[((2 + 3*x)^2*(3 + 5*x))/(1 - 2*x)^3, x]

________________________________________________________________________________________

fricas [A]  time = 1.51, size = 47, normalized size = 1.24 \begin {gather*} -\frac {720 \, x^{3} - 720 \, x^{2} + 618 \, {\left (4 \, x^{2} - 4 \, x + 1\right )} \log \left (2 \, x - 1\right ) - 2648 \, x + 875}{32 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^2*(3+5*x)/(1-2*x)^3,x, algorithm="fricas")

[Out]

-1/32*(720*x^3 - 720*x^2 + 618*(4*x^2 - 4*x + 1)*log(2*x - 1) - 2648*x + 875)/(4*x^2 - 4*x + 1)

________________________________________________________________________________________

giac [A]  time = 1.22, size = 27, normalized size = 0.71 \begin {gather*} -\frac {45}{8} \, x + \frac {7 \, {\left (404 \, x - 125\right )}}{32 \, {\left (2 \, x - 1\right )}^{2}} - \frac {309}{16} \, \log \left ({\left | 2 \, x - 1 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^2*(3+5*x)/(1-2*x)^3,x, algorithm="giac")

[Out]

-45/8*x + 7/32*(404*x - 125)/(2*x - 1)^2 - 309/16*log(abs(2*x - 1))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 31, normalized size = 0.82 \begin {gather*} -\frac {45 x}{8}-\frac {309 \ln \left (2 x -1\right )}{16}+\frac {539}{32 \left (2 x -1\right )^{2}}+\frac {707}{16 \left (2 x -1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*x+2)^2*(5*x+3)/(1-2*x)^3,x)

[Out]

-45/8*x+539/32/(2*x-1)^2+707/16/(2*x-1)-309/16*ln(2*x-1)

________________________________________________________________________________________

maxima [A]  time = 0.52, size = 31, normalized size = 0.82 \begin {gather*} -\frac {45}{8} \, x + \frac {7 \, {\left (404 \, x - 125\right )}}{32 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} - \frac {309}{16} \, \log \left (2 \, x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^2*(3+5*x)/(1-2*x)^3,x, algorithm="maxima")

[Out]

-45/8*x + 7/32*(404*x - 125)/(4*x^2 - 4*x + 1) - 309/16*log(2*x - 1)

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 26, normalized size = 0.68 \begin {gather*} \frac {\frac {707\,x}{32}-\frac {875}{128}}{x^2-x+\frac {1}{4}}-\frac {309\,\ln \left (x-\frac {1}{2}\right )}{16}-\frac {45\,x}{8} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-((3*x + 2)^2*(5*x + 3))/(2*x - 1)^3,x)

[Out]

((707*x)/32 - 875/128)/(x^2 - x + 1/4) - (309*log(x - 1/2))/16 - (45*x)/8

________________________________________________________________________________________

sympy [A]  time = 0.13, size = 31, normalized size = 0.82 \begin {gather*} - \frac {45 x}{8} - \frac {875 - 2828 x}{128 x^{2} - 128 x + 32} - \frac {309 \log {\left (2 x - 1 \right )}}{16} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)**2*(3+5*x)/(1-2*x)**3,x)

[Out]

-45*x/8 - (875 - 2828*x)/(128*x**2 - 128*x + 32) - 309*log(2*x - 1)/16

________________________________________________________________________________________